Overload | Description |
---|---|
PivotDataSelector(PivotDataSelectorModel) | Renders the specified pivot data selector model. |
PivotDataSelector(PivotDataSelectorModel,IDictionary<String,Object>) | Renders the pivot data selector with the specified pivot data selector model and html attributes. |
PivotDataSelector(PivotDataSelectorModel,Object) | Renders the pivot data selector with the specified pivot data selector model and html attributes. |
PivotDataSelector(String,PivotDataSelectorModel) | Renders the pivot data selector with the specified id and model. |
PivotDataSelector(String,PivotDataSelectorModel,IDictionary<String,Object>) | Renders the pivot data selector with the specified id, model and html attributes. |
PivotDataSelector(String,PivotDataSelectorModel,Object) | Renders the pivot data selector with the specified id, model and html attributes. |
PivotDataSelector() | Creates a wrapper to chain initialization properties on for the igPivotDataSelector control. |
PivotDataSelector(IDictionary<String,Object>) | Creates a wrapper to chain initialization properties on for the igPivotDataSelector control and sets its html attributes. |
PivotDataSelector(Object) | Creates a wrapper to chain initialization properties on for the igPivotDataSelector control and sets its html attributes. |
Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
View on GitHub